home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / set < prev    next >
Text File  |  1991-04-23  |  771b  |  19 lines

  1.                                     SET
  2.             Sets or displays the command processor's environment
  3.  
  4. Application programs and commands may inspect the environment string.
  5.  
  6. COMMAND TYPE: Internal                  VERSION: 2.0 and up
  7.  
  8. USE: SET [name=[parameter]]
  9.  
  10. If you enter SET with no parameters, the current settings will be
  11. displayed.  If you enter SET and name with no parameter, then the
  12. current setting for name will be deleted from the current environment.
  13.  
  14. EXAMPLE: SET EDITOR=ZW
  15. After this command has been executed, an application program could
  16. examine the environment string and determine that EDITOR has been set
  17. equal to ZW. This information might be used by the application program
  18. to start up the user's favourite editor on a file.
  19.